Skip to content

week 2 UI#13

Open
AbdelrahmanElghandour wants to merge 4 commits into엘간두르from
feat/week2
Open

week 2 UI#13
AbdelrahmanElghandour wants to merge 4 commits into엘간두르from
feat/week2

Conversation

@AbdelrahmanElghandour
Copy link
Copy Markdown

변경점 👍

새로 구현한 기능 및 주요 변경점

버그 해결 💊

해결한 버그

테스트 💻

변경점을 테스트하기 위한 방법 기술

스크린샷 🖼

변경된 부분에 대한 스크린샷

비고 ✏

리뷰어에게 전하는 말 등


사용하지 않은 항목은 모두 지워주세요.

Copy link
Copy Markdown
Collaborator

@yeochaeeon yeochaeeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

과제 수고 많으셨습니다 !
오늘 스터디때 뵐게요!!

Text(
text = "Hello $name!",
modifier = modifier
fun SnsFeedScreen() {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

현재 SnsFeedScreen 안에 리스트 아이템(카드)을 그리는 로직이 모두 포함되어 있습니다. 만약 게시물 하나를 나타내는 PostItem(post: PostData) Composable을 따로 분리한다면 가독성과 재사용성이 좋아질 것 같습니다!

}

feat/week2
LazyColumn(
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SNS 특성상 많은 데이터를 다루게 되는데, LazyColumn을 선택하신 점이 좋아보입니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants